From 94d8920171ac5856c0f209b54c8d15e9d29d6a05 Mon Sep 17 00:00:00 2001 From: oliskoli Date: Tue, 31 Oct 2006 19:08:18 +0000 Subject: [PATCH] Warning fix. --- stmsdf.c | 3 +++ 1 file changed, 3 insertions(+) diff --git a/stmsdf.c b/stmsdf.c index 23c0f086a..bc2e861e5 100644 --- a/stmsdf.c +++ b/stmsdf.c @@ -642,6 +642,9 @@ data_write(void) switch(global_opts.objective) { + case wptdata: + break; + case rtedata: gbfprintf(fout, "TYPE=5\n"); -- 2.30.2